Testing the different components of the enveloppe
Motion Clouds: testing components of the envelope¶
In [1]:
import numpy as np
np.set_printoptions(precision=3, suppress=True)
import pylab
import matplotlib.pyplot as plt
%matplotlib inline
In [2]:
import os, sys
sys.path.append('..')
import MotionClouds as mc
fx, fy, ft = mc.get_grids(mc.N_X, mc.N_Y, mc.N_frame)
#mc.recompute = True
mc.notebook = True
Testing the color¶
In [3]:
%bookmark root
In [4]:
%cd..
In [5]:
%run test_color.py
Testing the speed¶
In [6]:
%run test_speed.py
Exploring the orientation component of the envelope around a grating.¶
In [7]:
%run test_grating.py
In [8]:
%run test_radial.py
In [9]:
%cd -b root